GXDrawPoint
You can use theGXDrawPoint
function to draw a point without creating a point shape.
void GXDrawPoint(const gxPoint *data);
data
- A pointer to the point geometry you want to draw.
DESCRIPTION
TheGXDrawPoint
function draws the point geometry specified by thedata
parameter, using the shape fill, style, ink, and transform of the default point shape.ERRORS, WARNINGS, AND NOTICES
Errors out_of_memory parameter_is_nil (debugging version) SEE ALSO
For examples using this function, see "Creating and Drawing Points" beginning on page 2-29.For more information about points and the default point shape, see "Point Shapes" on page 2-16.
For the definition of the
gxPoint
structure, see page 2-104.For more information about drawing shapes, see the description of the
GXDrawShape
function in the chapter "Shape Objects" in Inside Macintosh: QuickDraw GX Objects.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help